home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / ACORNUSERS / EMULATOR / MESS / whatsnew.txt < prev   
Text File  |  1998-08-12  |  2KB  |  68 lines

  1. 0.2b4
  2.  
  3. Note that this is the first public beta - not all features are working yet.
  4.  
  5. New drivers supported (in no particular order):
  6. -----------------------------------------------
  7.  
  8. Vectrex [Mathis Rosenhauer, Chris Salomon]
  9. Atari 800/5200 [Juergen Buchmueller]
  10. Apple II Family [Mike Balfour]
  11. PDP/1 [Chris Salomon]
  12. Sega Master System [Mathis Rosenhauer, Brad Oliver]
  13. Sega GameGear [Mathis Rosenhauer, Brad Oliver]
  14. Kaypro CP/M [Juergen Buchmueller, Benjamin C. W. Sittler]
  15. Bally Astrocade [Frank Palazzolo]
  16.  
  17.  
  18. These drivers have improved GRAPHICS:
  19. -------------------------------------
  20.  
  21. - The TRS-80 now uses the real character prom data. [Mike Balfour]
  22.  
  23.  
  24.  
  25. These drivers have new or improved SOUND:
  26. -----------------------------------------
  27.  
  28. - NES psg frequency is now correct. [Brad Oliver]
  29.  
  30. - Genesis now features preliminary FM sound. [Gareth Long, Tatsuyuki Satoh]
  31.  
  32.  
  33.  
  34. Other drivers changes:
  35. ----------------------
  36.  
  37. - General bug fixes to the TRS-80, Colour Genie. [Juergen Buchmueller]
  38.  
  39. - Increased Genesis compatibility. [Gareth Long]
  40.  
  41.  
  42.  
  43. Changes to the main program:
  44. ----------------------------
  45.  
  46. - Code is in sync with MAME 0.33 final + some extras. All bug fixes to the core
  47.   are incorporated.
  48.  
  49. - New 6502 core with support for the 65c02 and 6510 variants. [Juergen Buchmueller]
  50.  
  51. - The 6809 core has been tweaked to increase cycle counting accuracy, needed
  52.   for the Vectrex. [Mathis Rosenhauer]
  53.  
  54. - The core key functions have been abstraced to make better use of the
  55.   keyboard. This is especially handy for computer emulations. [Aaron Giles]
  56.  
  57.  
  58.  
  59. Source:
  60. -------
  61.  
  62. - The DOS version is now compiled with GCC 2.8.1 and using Allegro 3.0 + WIP
  63.   (30th May).
  64.  
  65. - [DOS] To improve portability, the makefile is more conservative, using the
  66.   -pedantic and -Wshadow switches. Note that to compile with these switches,
  67.   several changes had to be made to allegro.h, which is included.
  68.